In [2]:
import os
In [3]:
import numpy as np
In [4]:
x = 4
print x
In [5]:
import matplotlib.pyplot as plt
%matplotlib inline
In [8]:
x = np.random.randn(4)
print x
Escape (boxes will be blue) and press H will load the short keys
In [ ]:
from h